home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / mhs_c.arc / INPOST.ARC / LMKIN < prev    next >
Text File  |  1988-06-18  |  464b  |  20 lines

  1. model=s
  2. modelDir = util\sys:lc300\\$(model)\\
  3.  
  4. inpost.exe : inpost.obj outfile.obj openfile.obj lmkin
  5. inpost.exe : parse.obj errorout.obj 
  6. inpost.exe : commands.obj
  7.     link <@<
  8. $(modelDir)c outfile openfile parse errorout commands inpost 
  9. inpost/seg:256
  10. inpost
  11. $(modelDir)lcm $(modelDir)lc
  12. <
  13.  
  14. inpost.obj : inpost.c cctypes.h
  15. outfile.obj : outfile.c
  16. openfile.obj : openfile.c
  17. parse.obj : parse.c
  18. errorout.obj : errorout.c
  19. commands.obj : commands.c
  20.